PDFSetLineDashPatternOperator Constructor(double[],double)
In This Topic
Initializes a new Object.
Syntax
public PDFSetLineDashPatternOperator(
double[] ,
double
)
|
Parameters
- dashArray
- An array of numbers that specify the lengths of alternating dashes and gaps.
- dashPhase
- The dash phase.
See Also